home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / fd / sound_lib.fd < prev   
Encoding:
Text File  |  1997-11-01  |  333 b   |  17 lines

  1. *                        FUNCTION DEFINITIONS LIST
  2. *
  3. *                              October 1997
  4. *
  5. *                               "mod.sound"
  6. *
  7. ##base _SNDBase
  8. ##bias 6
  9. ##public
  10. AllocSoundMem(Size,Flags)(d0/d1)
  11. StopAudio()()
  12. CheckSound(Sound)(a0)
  13. FreeSoundMem(MemBlock)(d0)
  14. SetVolume(Sound,Volume)(d0/d1)
  15. StopSound(Sound)(a0)
  16. ##end
  17.